type net.onlyValuesCtx
4 uses
net (current package)
lookup.go#L260: type onlyValuesCtx struct {
lookup.go#L265: var _ context.Context = (*onlyValuesCtx)(nil)
lookup.go#L268: func (ovc *onlyValuesCtx) Value(key any) any {
lookup.go#L282: return &onlyValuesCtx{Context: context.Background(), lookupValues: lookupCtx}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)